Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.17.0 #548

Merged
merged 1 commit into from
Jan 16, 2025
Merged

chore: release v0.17.0 #548

merged 1 commit into from
Jan 16, 2025

Conversation

SwabbieBosun
Copy link
Collaborator

@SwabbieBosun SwabbieBosun commented Jan 12, 2025

🤖 New release

  • swiftide: 0.16.4 -> 0.17.0 (✓ API compatible changes)
  • swiftide-agents: 0.16.4 -> 0.17.0 (✓ API compatible changes)
  • swiftide-core: 0.16.4 -> 0.17.0 (⚠️ API breaking changes)
  • swiftide-macros: 0.16.4 -> 0.17.0
  • swiftide-indexing: 0.16.4 -> 0.17.0
  • swiftide-integrations: 0.16.4 -> 0.17.0 (✓ API compatible changes)
  • swiftide-query: 0.16.4 -> 0.17.0

⚠️ swiftide-core breaking changes

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/trait_method_added.ron

Failed in:
  trait method swiftide_core::agent_traits::AgentContext::redrive in file /tmp/.tmps520nh/swiftide/swiftide-core/src/agent_traits.rs:153
  trait method swiftide_core::AgentContext::redrive in file /tmp/.tmps520nh/swiftide/swiftide-core/src/agent_traits.rs:153
Changelog

swiftide

0.17.0 - 2025-01-16

New features

Sometimes LLMs fail a completion without deterministic errors, or the
  user case where you just want to retry. `redrive` can now be called on a
  context, popping any new messages (if any), and making the messages
  available again to the agent.
Seems someone conveniently forgot to add Golang support for the
  splitter.

Miscellaneous

  • 0000000 Update Cargo.lock dependencies

Full Changelog: 0.16.4...0.17.0


This PR was generated with release-plz.

@SwabbieBosun SwabbieBosun force-pushed the release-plz-2025-01-12T11-17-46Z branch 3 times, most recently from 78a846b to e527de6 Compare January 16, 2025 13:57
@SwabbieBosun SwabbieBosun changed the title chore: release v0.16.5 chore: release v0.17.0 Jan 16, 2025
@SwabbieBosun SwabbieBosun force-pushed the release-plz-2025-01-12T11-17-46Z branch from e527de6 to 7ba7838 Compare January 16, 2025 14:53
@timonv timonv merged commit 8e29f10 into master Jan 16, 2025
10 checks passed
@timonv timonv deleted the release-plz-2025-01-12T11-17-46Z branch January 16, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants